home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / tex / xtexcad-.000 / xtexcad- / xtexcad.diffs < prev   
Text File  |  1993-03-04  |  2KB  |  66 lines

  1. diff -c -r orig_src/Imakefile src/Imakefile
  2. *** orig_src/Imakefile    Thu Mar  4 15:24:40 1993
  3. --- src/Imakefile    Thu Mar  4 21:57:20 1993
  4. ***************
  5. *** 11,17 ****
  6.           DEFINES = -I../server
  7.           DEPLIBS = XawClientDepLibs
  8.   LOCAL_LIBRARIES = XawClientLibs
  9. !   SYS_LIBRARIES = -lm -ll
  10.              SRCS = oberfl.c ereignis.c file_sel.c pickedit.c graphics.c yyscan.l io_trans.c 
  11.              SRCS = SRCS extdef.h pics.h x_stuff.h oberfl.h ereignis.h file_sel.h pickedit.h
  12.              SRCS = SRCS graphics.h yyscan.h io_trans.h
  13. --- 11,17 ----
  14.           DEFINES = -I../server
  15.           DEPLIBS = XawClientDepLibs
  16.   LOCAL_LIBRARIES = XawClientLibs
  17. !   SYS_LIBRARIES = -lm
  18.              SRCS = oberfl.c ereignis.c file_sel.c pickedit.c graphics.c yyscan.l io_trans.c 
  19.              SRCS = SRCS extdef.h pics.h x_stuff.h oberfl.h ereignis.h file_sel.h pickedit.h
  20.              SRCS = SRCS graphics.h yyscan.h io_trans.h
  21. ***************
  22. *** 20,26 ****
  23.   /* overrides -O option */
  24.   
  25.       CDEBUGFLAGS = -w 
  26. -          CC = gcc
  27.            
  28.   
  29.   
  30. --- 20,25 ----
  31. diff -c -r orig_src/extdef.h src/extdef.h
  32. *** orig_src/extdef.h    Thu Mar  4 15:24:42 1993
  33. --- src/extdef.h    Thu Mar  4 21:45:57 1993
  34. ***************
  35. *** 14,20 ****
  36. --- 14,22 ----
  37.   extern double fabs(double x);
  38.   extern double acos(double x);
  39.   extern double sin(double x);
  40. + #ifndef linux
  41.   extern char *malloc(int l);
  42. + #endif
  43.   extern char *getenv(char *s);           
  44.   extern int chdir();                     
  45.   
  46. diff -c -r orig_src/yyscan.l src/yyscan.l
  47. *** orig_src/yyscan.l    Thu Mar  4 15:25:08 1993
  48. --- src/yyscan.l    Thu Mar  4 21:45:16 1993
  49. ***************
  50. *** 25,31 ****
  51.    */
  52.   int yylook(void);
  53.   int yyback(int *p, int m);
  54.   
  55.   #include "yyscan.h"
  56.   
  57. --- 25,31 ----
  58.    */
  59.   int yylook(void);
  60.   int yyback(int *p, int m);
  61. ! int yylineno;
  62.   
  63.   #include "yyscan.h"
  64.   
  65.